home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-21 | 381 b | 14 lines |
- #
- # send is a little util to pop up a Send window in Mail.
- # see the comments in send.m for information, or run it
- # with a "--" option to see arguments.
- #
- # mjh
- #
- #bin = $(HOME)/Apps
- bin = /LocalApps
- p = send
- send: send.m; cc -arch m68k -arch i386 -arch hppa -arch sparc -O -o send send.m -lNeXT_s -lsys_s
- clean:; /bin/rm -rf errors core *.o $p
- install: $p; -install -s $p $(bin)
-